From ef17fa1556e09de0ccf5fdf4069fca193a532c5d Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 6 Nov 2000 22:50:28 +0000 Subject: [PATCH] Require cl when compiling. --- lisp/gnus/uudecode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/gnus/uudecode.el b/lisp/gnus/uudecode.el index 3b99ea8a212..8f82ef83cba 100644 --- a/lisp/gnus/uudecode.el +++ b/lisp/gnus/uudecode.el @@ -34,6 +34,8 @@ ;;; Code: +(eval-when-compile (require 'cl)) + (defalias 'uudecode-char-int (if (fboundp 'char-int) 'char-int -- 2.30.2